From: Geert Uytterhoeven Date: Tue, 14 May 2013 07:26:17 +0000 (+0200) Subject: openrisc: Wire up asm-generic/xor.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~8508^2~6 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=4fa7c9ed41e8cd6a306898fc5044a234a82dc30e;p=linux-4.9.git openrisc: Wire up asm-generic/xor.h crypto/xor.c:25:21: error: asm/xor.h: No such file or directory Signed-off-by: Geert Uytterhoeven Acked-by: Jonas Bonn --- diff --git a/arch/openrisc/include/asm/Kbuild b/arch/openrisc/include/asm/Kbuild index f20d01d9aaf9..195653e851da 100644 --- a/arch/openrisc/include/asm/Kbuild +++ b/arch/openrisc/include/asm/Kbuild @@ -66,3 +66,4 @@ generic-y += types.h generic-y += ucontext.h generic-y += user.h generic-y += word-at-a-time.h +generic-y += xor.h